gtk/inspector/css-node-tree.c: Fix Build
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 10 Apr 2015 07:48:59 +0000 (15:48 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 10 Apr 2015 09:18:07 +0000 (17:18 +0800)
commitefd3758f6a779041ff552cb4c5163446fd951368
tree5b3b54d71096f929c8ae29de56a20279e10e0a30
parentf53737ad03570f840bbd1798b53d90777df72721
gtk/inspector/css-node-tree.c: Fix Build

strcasecmp() is unfortunately not universally available, along with
strings.h.  Fix the build by replacing strcasecmp() with
g_ascii_strcasecmp(), and remove the strings.h include.

https://bugzilla.gnome.org/show_bug.cgi?id=747604
gtk/inspector/css-node-tree.c